GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR / GetTableCellRect Method





In This Topic
GetTableCellRect Method (GdPictureOCR)
In This Topic
Syntax
'Declaration
 
Public Function GetTableCellRect( _
   ByVal OCRResultID As String, _
   ByVal TableIdx As Integer, _
   ByVal ColummIdx As Integer, _
   ByVal RowIdx As Integer, _
   ByRef Left As Integer, _
   ByRef Top As Integer, _
   ByRef Width As Integer, _
   ByRef Height As Integer _
) As GdPictureStatus
public GdPictureStatus GetTableCellRect( 
   string OCRResultID,
   int TableIdx,
   int ColummIdx,
   int RowIdx,
   out int Left,
   out int Top,
   out int Width,
   out int Height
)
public function GetTableCellRect( 
    OCRResultID: String;
    TableIdx: Integer;
    ColummIdx: Integer;
    RowIdx: Integer;
   Out  Left: Integer;
   Out  Top: Integer;
   Out  Width: Integer;
   Out  Height: Integer
): GdPictureStatus; 
public function GetTableCellRect( 
   OCRResultID : String,
   TableIdx : int,
   ColummIdx : int,
   RowIdx : int,
   Left : int,
   Top : int,
   Width : int,
   Height : int
) : GdPictureStatus;
public: GdPictureStatus GetTableCellRect( 
   string* OCRResultID,
   int TableIdx,
   int ColummIdx,
   int RowIdx,
   [PARAMFLAG::Out] int Left,
   [PARAMFLAG::Out] int Top,
   [PARAMFLAG::Out] int Width,
   [PARAMFLAG::Out] int Height
) 
public:
GdPictureStatus GetTableCellRect( 
   String^ OCRResultID,
   int TableIdx,
   int ColummIdx,
   int RowIdx,
   [Out] int Left,
   [Out] int Top,
   [Out] int Width,
   [Out] int Height
) 

Parameters

OCRResultID
TableIdx
ColummIdx
RowIdx
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR
GdPictureOCR Members